home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tokyo Night Life Interactive
/
Tokyo Night Life Interactive.iso
/
pc
/
main
/
jitaku
/
00073_Script_73
< prev
next >
Wrap
Text File
|
1995-06-02
|
430b
|
23 lines
on startMovie
global flag, check
clearGlobals
set the visibility of sprite 15 = TRUE
end startMovie
on idle
global flag
if rollover(4) or rollover(5) then
set flag = flag + 1
if flag = 10 then
cursor 200
end if
if flag > 20 then
set flag = 0
cursor -1
end if
else
cursor -1
end if
end idle